Method: Pixelart::Image#[]
- Defined in:
- lib/pixelart/image.rb
permalink #[](x, y) ⇒ Object
[View source]
334 |
# File 'lib/pixelart/image.rb', line 334 def []( x, y ) @img[x,y]; end |
334 |
# File 'lib/pixelart/image.rb', line 334 def []( x, y ) @img[x,y]; end |